Skip to content

chore: 🐝 Update SDK - Generate 3.0.1#26

Merged
LanusseMorais merged 2 commits intomainfrom
speakeasy-sdk-regen-1774561195
Mar 26, 2026
Merged

chore: 🐝 Update SDK - Generate 3.0.1#26
LanusseMorais merged 2 commits intomainfrom
speakeasy-sdk-regen-1774561195

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Mar 26, 2026

SDK update

Versioning

Version Bump Type: [patch] - 🤖 (automated)

Python SDK Changes:

  • latitudesh.kubernetes_clusters.update_kubernetes_cluster(): Added
  • latitudesh.kubernetes_clusters.get_kubernetes_cluster(): response.data.attributes.worker_status Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ └─┬/kubernetes_clusters/{kubernetes_cluster_id}
│   ├──[+] patch (218:10844)
│   └─┬GET
│     └─┬Responses
│       └─┬200
│         └─┬application/vnd.api+json
│           ├─┬Success
│           │ └──[🔀] value (218:5758)
│           └─┬Provisioning
│             └──[🔀] value (218:7337)
└─┬Components
  ├──[+] schemas (1001:18973)
  ├──[+] schemas (1001:18372)
  └─┬kubernetes_cluster_data
    └─┬attributes
      ├──[+] properties (1001:13488)
      └─┬workers
        ├──[+] enum (1001:13755)
        ├──[+] enum (1001:13765)
        ├──[+] enum (1001:13740)
        ├──[+] enum (1001:13747)
        ├──[🔀] type (1001:13512)❌ 
        ├──[🔀] description (1001:13551)
        ├──[-] properties (1178:13439)❌ 
        ├──[-] properties (1178:13403)❌ 
        └──[-] properties (1178:13373)❌ 
Document Element Total Changes Breaking Changes
paths 3 0
components 12 4

View full report

Linting Report 0 errors, 0 warnings, 103 hints

View full report

PYTHON CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.759.3


Note

Low Risk
Low risk: this is an additive SDK regeneration (new Kubernetes cluster scaling method and related models) plus a patch version bump, with minimal impact to existing call paths aside from an extra optional response field.

Overview
Adds support for scaling Kubernetes cluster workers via a new PATCH /kubernetes_clusters/{kubernetes_cluster_id} client method (update_kubernetes_cluster, sync + async) and corresponding request/response models.

Extends the Kubernetes cluster GET response model with a new optional worker_status enum field, and updates generated docs/READMEs and release metadata while bumping the SDK version to 3.0.1.

Written by Cursor Bugbot for commit 46c3109. This will update automatically on new commits. Configure here.

* `latitudesh.kubernetes_clusters.update_kubernetes_cluster()`: **Added**
* `latitudesh.kubernetes_clusters.get_kubernetes_cluster()`:  `response.data.attributes.worker_status` **Added**
@LanusseMorais LanusseMorais merged commit 0bd5f5b into main Mar 26, 2026
5 checks passed
@LanusseMorais LanusseMorais deleted the speakeasy-sdk-regen-1774561195 branch March 26, 2026 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants